home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Online / RCFTPd / Catalogs / ftpd.cd next >
Text File  |  2002-03-12  |  6KB  |  311 lines

  1. ; *************************************************
  2. ; Catalog description file for rc-ftpd
  3. ; $VER: ftpd.cd 2.28 (3.11.2001) ©1999-2001 Robin Cloutman
  4. ; *************************************************
  5. ;
  6. MSG_ERROR (1000//128)
  7. RC-FTPD Error
  8. ;
  9. MSG_OK (//64)
  10. Ok
  11. ;
  12. MSG_SAVE(//64)
  13. Save
  14. ;
  15. MSG_USE(//64)
  16. Use
  17. ;
  18. MSG_CANCEL(//64)
  19. Cancel
  20. ;
  21. MSG_KICK(//64)
  22. Kick
  23. ;
  24. MSG_ABORT(//64)
  25. Abort
  26. ;
  27. MSG_ADD(//64)
  28. Add
  29. ;
  30. MSG_REMOVE(//64)
  31. Remove
  32. ;
  33. MSG_SORT(//64)
  34. Sort
  35. ;
  36. MSG_BAD_CONFIG (//128)
  37. Unrecognised config file format
  38. ;
  39. MSG_STARTUP_MUI (//128)
  40. Unable to open muimaster.library 18+
  41. ;
  42. MSG_STARTUP_UTILITY (//128)
  43. Unable to open utility.library 36+
  44. ;
  45. MSG_STARTUP_SOCKET (//128)
  46. Unable to open bsdsocket.library 4+\n\nPlease start your TCP/IP stack first...
  47. ;
  48. MSG_STARTUP_MEMORY (//128)
  49. Unable to create memory pool\n\nQuit one or more applications or reboot
  50. ;
  51. MSG_STARTUP_APP (//128)
  52. Failed to create application\n\nPossibly a lack of memory or missing classes\n(more detail in later version)
  53. ;
  54. MSG_SOCKET_OPEN (//128)
  55. Unable to open socket\nUnknown cause - possibly unsuported socket\n\n(email me so I can trace it)
  56. ;
  57. MSG_SOCKET_OPTIONS (//128)
  58. Unable to set socket options\nUnknown cause - possibly unsuported socket
  59. ;
  60. MSG_SOCKET_BIND (//128)
  61. Unable to bind port\nProbably trying to start twice
  62. ;
  63. MSG_SOCKET_LISTEN (//128)
  64. Unable to listen on port\nUnknown cause - possibly unsuported socket
  65. ;
  66. MSG_SAVE_CONFIG (//128)
  67. Unable to save config
  68. ;
  69. MSG_LIST_STATUS (//64)
  70. Status
  71. ;
  72. MSG_LIST_IP (//64)
  73. IP
  74. ;
  75. MSG_LIST_USER (//64)
  76. User
  77. ;
  78. MSG_LIST_CMD (//64)
  79. CMD
  80. ;
  81. MSG_LIST_ARGS (//64)
  82. Args
  83. ;
  84. MSG_LIST_ONLINE (//128)
  85. \ec%ld/%ld Users online
  86. ;
  87. MSG_MUI_ABOUT (1200//128)
  88. The best ftp daemon for Amiga
  89. ;
  90. MSG_MUI_MUI (//128)
  91. MUI
  92. ;
  93. MSG_MUI_PREFS (//128)
  94. Prefs
  95. ;
  96. MSG_SHORT_KICKABORT (//256)
  97. \ebKick\en will disconnect the selected\nuser and any transfers they are doing\n\ebAbort\en will just cancel their transfer
  98. ;
  99. MSG_SHORT_MESSAGE (//256)
  100. Type a short message in here and it\nwill be sent to the selected user
  101. ;
  102. MSG_SHORT_OPEN (//256)
  103. This is the general status of your server\nCan people connect (\ebOpen\en) or not (\ebClosed\en)
  104. ;
  105. MSG_UNLIMITED(//64)
  106. unlimited
  107. ;
  108. MSG_CONTROL_CODES(//256)
  109. You can use the following control codes:\n$u = Current users\n$m = Max users\n$c = Max CPS\n$s = MaxCPS/Current users
  110. ;
  111. MSG_UPLOAD(//128)
  112. %s [%s]\n%s\n%s\n%s (%lu/%lu bytes, %lu cps)
  113. ;
  114. MSG_DOWNLOAD(//128)
  115. %s [%s]\n%s\n%s\n%s (%lu bytes, %lu cps)
  116. ;
  117. MSG_NOLOAD(//128)
  118. %s [%s]\n%s\n%s\n
  119. ;
  120. MSG_LOGIN(//64)
  121. \eblogin
  122. ;
  123. MSG_LOG_NONE(//64)
  124. No log
  125. ;
  126. MSG_LOG_KNOWN(//64)
  127. Log known
  128. ;
  129. MSG_LOG_COMMANDS(//64)
  130. Log commands
  131. ;
  132. MSG_LOG_ALL(//64)
  133. Log all
  134. ;
  135. MSG_ONLINE_LIMIT(//128)
  136. \ec%ld/%ld Users online
  137. ;
  138. MSG_ONLINE_NOLIMIT(//128)
  139. \ec%ld Users online
  140. ;
  141. MSG_FTP_CLOSED(//64)
  142. FTP Closed
  143. ;
  144. MSG_FTP_OPEN(//64)
  145. FTP Open
  146. ;
  147. MSG_FTP_GUIDE(//64)
  148. ftpd.Guide
  149. ;
  150. MSG_PREF_WINDOW(//64)
  151. RC-FTPd Preferences
  152. ;
  153. MSG_PREF_PORT(//128)
  154. Port:
  155. ;
  156. MSG_PREF_PORT_HELP(//256)
  157. This is the port people must connect to,\ntakes effect on restart.\n\nDefault: 21
  158. ;
  159. MSG_PREF_LIST(//256)
  160. List pattern:
  161. ;
  162. MSG_PREF_LIST_HELP(//256)
  163. This is the pattern used to list files/dirs,\nit does not stop download, just visibility.\n\nDefault: \"~(.#?|#?.info)\"
  164. ;
  165. MSG_PREF_ANON(//256)
  166. Anon:
  167. ;
  168. MSG_PREF_ANON_HELP(//256)
  169. Do you allow people to log on \ebwithout\en passwords?\n\nDefault: NO\nNote: they must have a blank password on the Users page.
  170. ;
  171. MSG_PREF_MAXUSERS(//256)
  172. Max Users:
  173. ;
  174. MSG_PREF_MAXUSERS_HELP(//256)
  175. The maximum number of control connections,\nsome clients make more than one\nconnection, so you should also set a Timeout.\n\nDefault: 0 (no limit) (\ebUnregistered 1 - 3\en)
  176. ;
  177. MSG_PREF_MAXCPS(//256)
  178. Max CPS:
  179. ;
  180. MSG_PREF_MAXCPS_HELP(//256)
  181. The maximum transfer speed for files,\nuseful if you are on a modem and\ndon't want the server stealing\nall your bandwidth.\n\nDefault: 0 (no limit) (\ebUnregistered 1 - 3072\en)
  182. ;
  183. MSG_PREF_TIMEOUT(//256)
  184. Timeout:
  185. ;
  186. MSG_PREF_TIMEOUT_HELP(//256)
  187. After this many minutes of doing nothing\npeople are kicked off.\n\nDefault: 0 (no timeout)
  188. ;
  189. MSG_PREF_NOOP(//256)
  190. Noop:
  191. ;
  192. MSG_PREF_NOOP_HELP(//256)
  193. If this is allowed then people can\nuse the NOOP command (NO OPeration) to\nprevent themselves being kicked off.\n\nDefault: OFF
  194. ;
  195. MSG_PREF_NOPASV(//256)
  196. NoPASV:
  197. ;
  198. MSG_PREF_NOPASV_HELP(//256)
  199. If this is checked then people can\nonly connect via the PORT command.\nThis is more secure,\nand recommended for people behind firewalls.
  200. ;
  201. MSG_PREF_AUTOMESSAGE(//256)
  202. Auto-Message:
  203. ;
  204. MSG_PREF_AUTOMESSAGE_HELP(//256)
  205. Whenever someone changes their directory\nthis will type a file called \".message\"\nas part of the reply they get.\n\nDefault: ON (\ebRegistered only\en)
  206. ;
  207. MSG_PREF_AUTOCOMMENT(//256)
  208. Auto-Comment:
  209. ;
  210. MSG_PREF_AUTOCOMMENT_HELP(//256)
  211. Whenever someone sends you a file this\nwill set the file comment to \"user@ip\".\n\nDefault: ON (\ebRegistered only\en)
  212. ;
  213. MSG_PREF_LOGFILE(//256)
  214. Use-Logfile:
  215. ;
  216. MSG_PREF_LOGFILE_SEPERATE(//256)
  217. Seperate:
  218. ;
  219. MSG_PREF_LOGFILE_HELP(//256)
  220. Logs everything you chose (as in Snoop)\nto either a single logfile, or one\nlogfile per user.
  221. ;
  222. MSG_PAGE_INFO(//64)
  223. Info
  224. ;
  225. MSG_PAGE_USERS(//64)
  226. Users
  227. ;
  228. MSG_PAGE_GROUPS(//64)
  229. Groups
  230. ;
  231. MSG_PAGE_GENERAL(//64)
  232. General
  233. ;
  234. MSG_PAGE_CLOSED(//64)
  235. \e3Closed
  236. ;
  237. MSG_PAGE_GREETING(//64)
  238. \e3Greeting
  239. ;
  240. MSG_PAGE_WELCOME(//64)
  241. \e3Welcome
  242. ;
  243. MSG_PAGE_GOODBYE(//64)
  244. \e3Goodbye
  245. ;
  246. MSG_SNOOP_TITLE(//64)
  247. RC-FTPd Snoop
  248. ;
  249. MSG_SNOOP_CLEAR(//64)
  250. Clear
  251. ;
  252. MSG_USER_LIST_USERNAME(//64)
  253. Username
  254. ;
  255. MSG_USER_LIST_PASSWORD(//64)
  256. Password
  257. ;
  258. MSG_USER_LIST_MAX(//64)
  259. Max
  260. ;
  261. MSG_USER_LIST_LOG(//64)
  262. Log
  263. ;
  264. MSG_USER_LIST_NONAME(//64)
  265. \ebunset
  266. ;
  267. MSG_USER_LIST_PASS(//64)
  268. (hidden)
  269. ;
  270. MSG_USER_LIST_NOPASS(//64)
  271. \ebanon
  272. ;
  273. MSG_USER_USER(//64)
  274. User:
  275. ;
  276. MSG_USER_PASS(//64)
  277. Pass:
  278. ;
  279. MSG_USER_MAX(//64)
  280. Max:
  281. ;
  282. MSG_PATH_LIST_ALIAS(//64)
  283. Alias
  284. ;
  285. MSG_PATH_LIST_PATH(//64)
  286. Path
  287. ;
  288. MSG_PATH_NOALIAS(//64)
  289. \ebnone
  290. ;
  291. MSG_PATH_NOPATH(//64)
  292. \ebfake
  293. ;
  294. MSG_PATH_READ(//64)
  295. Read:
  296. ;
  297. MSG_PATH_WRITE(//64)
  298. Write:
  299. ;
  300. MSG_PATH_DELETE(//64)
  301. Delete:
  302. ;
  303. MSG_PATH_SUBDIRS(//64)
  304. SubDirs:
  305. ;
  306. MSG_PATH_ALIAS(//64)
  307. Alias:
  308. ;
  309. MSG_PATH_PATH(//64)
  310. Path:
  311. ;